home *** CD-ROM | disk | FTP | other *** search
- Parser install etc.
- ===================
-
- * make a directory for the parser subdirectories, e.g.
-
- cd /home
- mkdir sgml
-
- * copy the cpio file to the directory you just made:
-
- cd /home/sgml
- cp /where_ever/sgml.cpio .
-
- * unwind the cpio file from the sgml directory:
-
- cpio -icvdu <sgml.cpio
-
- * the previous step built the following subdirectories for you:
-
- 'incs' --- include files
- 'parse' --- parse module source amd sample DTD
- 'parse1' --- parse1 module source and Makefile
- 'parse1a' --- parse1a module source
- 'parse2a' --- parse2a module source
- 'parse2b' --- parse2b module source and Makefile
- 'parse3' --- parse3 module source and Makefile
-
- * you can delete the README in the 'parse2b' subdirectory and
- the "dtd" file in the 'parse1' subdirectory; they are N/A.
-
- * build the executables; in the subdirectories that have
- Makefiles you can just run "make". In the others you
- can use cc, e.g.:
-
- cc -o parse parse.c
- cc -o parse1a parse1a.c
- cc -o parse2a parse2a.c
-
- * move all of the binaries to the 'parse' subdirectory.
-
- * change to the 'parse' subdirectory to run the program:
-
- cd /home/sgml/parse
-
- parse dtd
-
- * Now that you've gotten this far, if you want to visit with
- the author, call:
-
- Jim Heath
- NIST Bldg. 225, Rm. B-266
- Gaithersburg, MD 20899
-
- (301) 975-3350
-
-
-
-